#update php
Explore tagged Tumblr posts
Text
tumblr is absolutely not as ducked taped together as 4chan was. they had basicly no updates since 2016 and the other board exploited that
17 notes
·
View notes
Text
biting and killing etc
2 notes
·
View notes
Text
Illustrating how long it's been since I last coded a website: learning that frames are basically, obsolete, made me sad. Learning moduls for galleries though, so, it's not all bad! It's a little harder to learn these days, but it's sticking more than I expected.
Oh! Wait, the part that isn't fun is that last time I did this, mobile devices were simply not really used for browsing and now that's almost everyone so... I gotta do that too! BUT I WILL
#iframe is becoming my friend I GUESS....#i havent had a lot of downtime the last two weeks but when i do...i am practicing and learning coding just to have a simple little art webs#not art#last time i updated php was in 2010...
4 notes
·
View notes
Text
SocialEngine Self-Hosted 7.3.0 is now released

SocialEngine has officially launched version 7.3.0 of its PHP-based community platform, introducing an array of powerful new features, significant improvements, and critical bug fixes designed to enhance both user experience and administrative control. This release reflects extensive user feedback and marks a notable milestone in the platform’s evolution.
New Features
SocialEngine Self-Hosted 7.3.0 includes five major new plugins and options:
User Profile Lock Plugin: Enhances privacy by allowing users to lock their profiles.
GDPR Plugin: Helps site owners stay compliant with General Data Protection Regulation requirements.
Web & Mobile Push Notifications: Keeps users informed with real-time browser-based alerts.
Generative AI Plugin: Adds AI capabilities within mobile apps, allowing for smarter, more dynamic user experiences.
Invite User Option in Admin Panel: Admins can now directly invite users from the “Manage Invites” section.
Additionally, the Harmony theme receives a minor but useful update with a new link option in its “Features and Services” widget.
Enhancements
Version 7.3.0 introduces several backend and UI/UX improvements:
Removed the “Invisible” network option for cleaner admin management.
Renamed “Upgrade” to “Choose Plan” for clarity on the subscription page.
Introduced a currency selection tool on the gateway edit pages.
Restored descriptions with pluralization in the language manager.
Enabled .webp image conversion by default, improving image load times and performance.
Bug Fixes
This release addresses several user-reported bugs:
Cryptocurrency payment issues during signup have been fixed.
Posting issues with images and non-animated GIFs in mobile apps are resolved.
Problems related to subscription-based sign-ups, such as missing payment options when auto-approval is off, are now corrected.
UI issues including cut-off pages in the Inspira theme, missing privacy icons in mobile feeds, and photo/video options not appearing with SNS plugins have been resolved.
Bugs affecting color pickers in mobile apps and scrolling on sign-up pages are also addressed.
Upgrade Guidance
Clients with access to version 6 can download version 7.3.0 from the client dashboard. Those without access will need to purchase a v6 license. A full changelog is available for a detailed view of all changes.
Before upgrading, users are strongly advised to back up both files and the database. For those unfamiliar with this process, SocialEngine recommends involving a host or professional developer. Users upgrading from pre-v6 versions must follow special upgrade instructions and apply patches outlined in official documentation.
For new installations, a setup tutorial is provided, or users can opt for SocialEngine’s installation service. Cloud clients should open a support ticket to schedule their upgrade.
Bug reports for version 7.3.0 can be submitted through the Bug Tracker.
For more details, kindly visit:- Exciting news: SocialEngine Self-Hosted 7.3.0 is now released
Mail us at [email protected] to schedule a quote and become the owner of your best social network site.
#SocialEngine PHP 7.3.0 update#community platform features#GDPR compliance plugin#push notifications for community sites#AI plugin for mobile apps
0 notes
Text
AI Writer Services HTML Landing Page Template
Are you ready to revolutionize your AI writing services? Look no further than "Writey" - the ultimate AI Writer Services HTML Landing Page Template that combines stunning design with powerful functionality. Whether you're a content creator, or copywriter, or run an AI writing service, Writey has got you covered.
Buy Now:
#html#ai writer#landing page#template#clean design#responsive#RTL support#PHP contact form#dark theme#light theme#animations#testimonials#FAQ section#sliders#W3C validation#cross-browser compatibility#updates#accessibility#SEO optimized#fast loading#social media buttons#SCSS files#back-to-top button#coding#landingpage#css
1 note
·
View note
Text
Find the step-by-step instructions on changing the PHP version in cPanel to maintain compatibility with your website. Explore now!
#how to change php version in cpanel#change php version cpanel#cpanel php version#how to update php in cpanel#change php version in cpanel
0 notes
Photo
input view delete update data karyawan kode ID autonumber dengan Php javascript ajax
#input autonumber dengan php javascript Ajax#view data karyawan tanpa refresh dengan php#Delete data karyawan dengan javascript Ajax#update data karyawan dengan javascript Ajax#membuat kode ID autourut
0 notes
Text
The SQL UPDATE statement is used to modify existing data in a table. It allows you to change the values of one or more columns in one or more rows of a table. The UPDATE statement is an essential part of SQL as it enables you to update and maintain the integrity of your data.
The basic syntax of the UPDATE statement is as follows:
1
2
3
UPDATE table_name
SET column1 = value1, column2 = value2, ...
WHERE condition;
Let’s break down the different parts of the UPDATE statement:
UPDATE: This keyword is used to indicate that you want to update data in a table.
table_name: This is the name of the table you want to update.
SET: This keyword is used to specify the columns you want to update and the new values you want to assign to them.
column1 = value1, column2 = value2, ...: This is where you specify the columns you want to update and the new values you want to assign to them. You can update multiple columns at once by separating them with commas.
WHERE: This keyword is used to specify the condition that determines which rows should be updated. It is optional, but if you omit it, all rows in the table will be updated.
condition: This is the condition that determines which rows should be updated. Only the rows that satisfy the condition will be updated.
Here’s an example to illustrate how to use the UPDATE statement:
Let’s say we have a table called employees with the following structure:idfirst_namelast_namesalaryAge1JohnDoe50000282JaneSmith55000323BobJohnson6000036
And let’s assume we want to update the salary of an employee with the ID 1 to $10000. We can use the following UPDATE statement:
1
2
3
UPDATE employees
SET salary = 10000
WHERE id = 1;
This statement will update the salary column of the row with the ID 1 in the employees table to $10000.
You can also update multiple columns at once. For example, if we want to update both the age and salary columns of the employee with the ID 1, we can use the following UPDATE statement:
1
2
3
UPDATE employees
SET age = 30, salary = 11000
WHERE id = 1;
This statement will update the age column to 30 and the salary column to $11000 for the employee with the ID 1.
It’s important to note that the UPDATE statement can be used with various conditions to update specific rows based on your requirements. You can use comparison operators, logical operators, and other SQL functions to define the condition in the WHERE clause.
0 notes
Text
Exciting News🤩 ! TYPO3 Templates & Extensions August Release is now here .
Hallo TYPO3 users !
Welcome to Another TYPO3 Templates & Extensions Release Highlights!

This month, we're excited to introduce two brand-new extensions that are fully compatible with TYPO3 version 12! These extensions promise to enhance your TYPO3 experience with their innovative features and functionalities.
But that's not all! We've also updated a collection of six outstanding TYPO3 templates, all of which are fully compatible with version 12. These templates have been designed to empower you with the latest design trends and features, ensuring that your TYPO3 projects are not only up-to-date but also visually stunning and highly functional.
View and Download Our Extensions and Templates at here 👉 : TYPO3 Templates & Extensions Releases Highlights - August 2023
#latest news#latestblog#topnews#software#extensions#technology#tech#tech news#webdevelopment#web developing company#php template#extension highlights#updates#today on tumblr
0 notes
Text
this is great. not only have i not done dishes or showered, i also made myself mad about something that happened several years ago AND entertained a beautiful alternate universe in which warso specifically was leaving the prompts that made me lose my mind AND got into an argument about ko over whether i count as an x reader girl on staff of [redacted]. i love the san jose sharks and they love me.
honestly awesome that brodie brazil handed me something to be dramatic about. i was just complaining that i was sleepy but i'm not allowed to nap or i won't sleep for a 2nd night in a row and was listing options of activities, but this is much better. love to be baited by a former nbc broadcaster into posting
#like am i crafting imagines in my head about guy no. 20 of course. is that monetizable no unless amazon unlimited gets involved#i mopped the dining room floor though! i did do that#ella and lorna sent me the tai ig account to laugh at and i nearly died over tai retconning mgc out of the band#like i am sorry your hillsong import bassist played madison square garden before you did and probably will again too#but i fear you simply can't unsuck his dick on warped tour#sighs sadly. i should have known i'd come back to the church when my favorite member of the fbr miasma was michael guy chislett#i have a really annoying sleep hygiene problem that i don't know how to solve also. idk how to even approach solving it#i mean therapy. gross. oh my god we did psycho education about attachment styles today and that was so interesting#by interesting i mean i was sorting all my relationships into attachment style boxes and went oh i see why [x history] has become#[y problem] with [z situation]. huh! well if i don't look at it is not my problem. and that's how i ended up in a php i guess#begging my brain to do something with itself that isn't chewing itself alive#i need to start doing cardio again my god. actually i just need my mfing job back so i have more interesting things (sexism in the#workplace) to be mad at#actually i need both. not sexism i mean i need cardio and a job#anyway post canceled i opened linkedin bc i forgot i needed to update something and immediately got distracted by a man#writing an absolute SCREED about how his ketamine therapy company is being misrepresented to the public via wsj#which is bad ig but like you have a ketamine therapy start up and you agreed to be interviewed by the wall street journal?????#play stupid games win stupid prizes????? hello#god i need to go to bed. and i miss my dog so much. what i am supposed to do now that i have the whole bed to myself#and not 1/16th of it crammed against a wall. ugh#fresno oilers.txt
14 notes
·
View notes
Text
PHP update
This website has just been updated to work with a more recent version of PHP, namely PHP 7.3. Definitively, it was no more indicated to keep working with the (very) old PHP 5.6!
In passing, PHP is the language around which this simple website is developed. It extracts info from database and put them in HTML pages, for you to see.

Please report any issue you may encounter in browsing these pages, thank you very much!
1 note
·
View note
Text
12 Days of Christmas!!!
So, inspired by preal, I have decided to make a commissions to do during my winter break!!! The basic rules are
No underage (I'd advise anyone born after 2004 are more likely to be rejected even), graphic violence, non-con, scat, incest (even the step stuff will be rejected), beastiality, omegaverse (I just have minimal knowledge regarding this one lol)
The length will vary, should be around 2k-5k per fic. I'll try to reflect the price you've paid
You can contact me first before buying the commission lol, dw
Book the fics here!
I'll update the list as the days go on btw
Dec 25th - Stuffed | ARTMS' Heejin & Kim Lip
Dec 26th - Promise | LE SSERAFIM's Kazuha
Dec 27th - Sparks | tripleS’ Yooyeon
Dec 28th - Lessons in PHP | Girl’s Generation/SNSD’s Taeyeon
Dec 29th - Pineapples | BABYMONSTER’s Ruka
Dec 30th - Challengers | ILLIT’s Yunah
Dec 31st - Anatomy of a Farewell | fromis_9's Jiwon
Jan 1st - A Romantic and Incomplete Guide to Tokyo | STAYC’s Seeun
Jan 2nd - Connection | Kep1er’s Chaehyun
Jan 3rd - That's So True | aespa’s Giselle & Karina
Jan 4th - last night's mascara | Dreamcatcher’s Gahyun
Jan 5th - Someone in the Crowd | ITZY’s Chaeryeong & Ryujin
Have a Kim Lip!

299 notes
·
View notes
Text
UPDATE 12/04: thank you so much for the support! i'll be closing donation channels now, as we have reached our goal. i really do appreciate the support!
i will be keeping the original post through a read more below for posterity.
hi everyone! i know i have a relatively small following but i wanted to take a chance to ask for help anyway.
my beloved cat alphinaud (alphy for short, alby if you're being cute) was a naughty boy and decided to go outside a few days ago (he's been an indoor cat all his life) and got into a fight with a stray, which led to a wound with an abscess above his right eye. on top of this, he has been struggling with urinary tract infection for the last year and the crystals in his bladder unfortunately flared up once more, so the vet recommended him to be confined at the clinic for the next few days as he undergoes testing.
so far our expenses has been PHP 23,600 (around USD 400) for all the tests he went through as well as the confinement fee, and i expect it to cost more as he stays in the vet for confinement. luckily i cobbled together enough money to pay for the 11.8k PHP downpayment for today, but i don't have any money left after that expense. i will be adding the receipt from the 50% downpayment under the read more below as proof of these expenses.
i hate to ask for help from strangers again, as i have already done so last year when his uti was first diagnosed. unfortunately i'm quite literally at the end of my rope here. i've recently lost my dad last month, which took quite a toll on me financially (and of course, emotionally) because of funeral expenses and the medical bill that we're still paying off.
my friends can attest that i don't really make a habit of asking for help even when i desperately need it, but i really can't lose another member of our family so soon after we lost my dad who i loved with all my heart. i hope whoever reads this finds it in their heart to understand where i'm coming from here, but thank you for reading up to this point despite how long it has gotten.
if you're willing to help, you can send donations at paypal.me/amunetis or if you are from the philippines like i am, you may send your donation through my gcash at 09175252352.
i will also be prepping a commissions post soon in case anyone is interested, if you need examples you can find it here in this link. i'll be updating this post when i'm done with preparations.
again, thank you so much for reading through this all. if you are unable to help financially, i would greatly appreciate sharing/spreading the word through reblogs or maybe even sharing this post through other sns like twitter or bsky.
^ 50% downpayment receipt that i paid today. i can also provide pictures of his test results and other things if needed as proof.
have another pic of alby as thanks for checking!
#alphy#i can't believe this is following some stupid thoughts i had on a jrpg. i'm the luckiest mf alive#more fanart soon i promise
235 notes
·
View notes
Text
PHP Script for Tumblr Up Date Reblogged
Reblogged From : https://nihongo.tumblr.com/post/735373020536930304
01 JAN 2024 Monday
アップデート情報
🌟 新機能
TumblrにアクセスするためのPHPスクリプトの書き方ガイドを作成しました。相互フォローをリストアップしたり、フォローしたブログを最終投稿時間順に並べ替えたりする方法を作成する例があります。こちらをご覧ください。
Android版アプリで、投稿のブーストが使いやすいように再設計されました。
Web版で古いキーボードショートカット(ALT+C、ALT+R、ALT+Q)を使用しても、新しいショートカットがどんなものであるかについての通知が表示されなくなりました。最後に注意点として、新しい投稿を作成するショートカットはCだけになり、すぐにリブログするショートカットと表示中の投稿を予約投稿に入れるショートカットはそれぞれSHIFT+RとSHIFT+Qになりました。
Tumblr投稿のリンクにhref.liリダイレクトサービスが使用されなくなりました。
🛠️ バグ修正
今週火曜日に短時間、ダッシュボードのフィードとブログに投稿が表示されませんでしたが、その問題は修正済みです。引き続き問題が発生している場合はサポートまでご連絡ください。
Web版で、ログイン後に探索ページが正しく再読み込みされない問題が修正されました。
Web版で、インスタントメッセージのタイムスタンプの「今日」が「過去24時間以内」ではなく、実際の「今日」になるように修正されました。代わりの説明:インスタントメッセージのタイムスタンプがタイムトラベルしなくなりました。
Web版で、予約投稿ページが投稿の公開日時を常にUTC(協定世界時)で表示するため、いくつかの投稿が実際の公開時間より1日前または1日後に予定されているように見えるバグが修正されました。
リンクプレビューのジェネレーターで、Etsyのリンクが投稿のリンクブロックにならない問題が修正されました。
Web版で、ブログ設定からバッジを購入する際に発生していたクラッシュが修正されました。
先週水曜日にパスワードリセットのメールが送信されるのに時間がかかっていました。すぐに修正されたので、以前と同じようにすぐに届くはずです。
🚧 現在対応中
一部のユーザー(特に古いデバイスを使用している方)において、iOS版アプリのクラッシュが発生しています。アプリのアップデートでこの問題は修正されました。Appleから許可が下り次第、リリースする予定です。
🌱今後の予定
もうすぐiOS版アプリから予約投稿をシャッフルしたり一時停止したりできるようになります!
問題が発生していませんか?そんな時は、サポートリクエストを送ってください(英語でのみ対応)。できるだけ迅速に対応させていただきます。
共有したいフィードバックがありますか?「Work in Progress」ブログ(英語のみ)をチェックして、コミュニティで議論を始めましょう。
Tumblrを直接サポートしたいですか?Tumblrマートの新しいサポーターバッジをチェックしてください!
28 notes
·
View notes
Text
Find out the steps to check reboot and shutdown logs on the Windows server with the help of an event viewer to ensure system stability and troubleshooting.
#how to change php version in cpanel#change php version cpanel#cpanel php version#how to update php in cpanel#change php version in cpanel
0 notes
Text
Tuesday, November 28th, 2023
🌟 New
We’ve created a guide to writing a PHP script to access Tumblr, with an example of creating a way to list your mutuals and sort your followed blogs by last posting time. Check it out here.
The flow for Blazing a post on Android has been redesigned to be easier to use.
On web, using an old keyboard shortcut (ALT+C, ALT+R, or ALT+Q) no longer triggers a notification about what the new shortcut is. As a final reminder, the shortcut to create a new post is now just C, while the shortcuts to instantly reblog or queue the post in view are SHIFT+R and SHIFT+Q, respectively.
🛠 Fixed
Dashboard feeds and blogs weren’t showing posts for a little while earlier today, but we’ve fixed the issue. Reach out to Support if you’re still experiencing any trouble.
On web, we fixed an issue where the Explore page would not reload properly after logging in.
On web, we’ve fixed the timestamps on instant messages so that “Today” actually means “Today”, and not “under 24 hours ago”. Alternate description: The timestamps on instant messages no longer perform time travel.
🚧 Ongoing
The iOS app is crashing for some folks (specifically those using older devices). We’ve fixed the issue in an app update, which is currently under review. It’ll be released as soon as we get the green light from Apple.
🌱 Upcoming
Nothing to share here today.
Experiencing an issue? File a Support Request and we’ll get back to you as soon as we can!
Want to share your feedback about something? Check out our Work in Progress blog and start a discussion with the community.
Wanna support Tumblr directly with some money? Check out the new Supporter badge in TumblrMart!
411 notes
·
View notes